home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / MacTechNotes / Platforms & Tools / Stand-Alone Code Folder / LazyPassƒ / LazyPass.make < prev    next >
Encoding:
Text File  |  1990-07-24  |  464 b   |  18 lines  |  [TEXT/MPS ]

  1. #   File:       LazyPass.make
  2. #   Target:     LazyPass
  3. #   Sources:    LazyPass.p
  4.  
  5. OBJECTS = LazyPass.p.o
  6.  
  7. LazyPass ƒƒ LazyPass.make {OBJECTS}
  8.     Link -w -t '????' -c '????' -rt CUST=128 -m CIRCLEAREA -sg LazyPass ∂
  9.         {OBJECTS} ∂
  10.         "{Libraries}"Runtime.o ∂
  11.         "{Libraries}"Interface.o ∂
  12.         "{PLibraries}"SANELib.o ∂
  13.         "{PLibraries}"PasLib.o ∂
  14.         "{MyLibraries}"SAGlobals.o ∂
  15.         -o LazyPass
  16. LazyPass.p.o ƒ LazyPass.make LazyPass.p
  17.      Pascal -i "{MyInterfaces}" LazyPass.p
  18.